public Core.Models.Category CreateCategory(string name)
 {
     return(Process.AddCategory(name));
 }