public string CreateMasterPlan(int planId, int taskId, DateTime startTime, int duration, string remarks)
 {
     return(_planRepository.CreateMasterPlan(planId, taskId, startTime, duration, remarks));
 }